home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 216_01 / dsz.1 < prev    next >
Text File  |  1980-01-01  |  2KB  |  94 lines

  1. '\" Revision Level 
  2. '\" Last Delta     12-21-86
  3. .TH DSZ 1 OMEN
  4. .SH NAME
  5. dsz \- YMODEM, ZMODEM file transfer subprogram
  6. .SH SYNOPSIS
  7. .B dsz
  8. .RB [ "port N" ]
  9. .RB [ "speed S" ]
  10. .RB [ d ]
  11. .RB [ "restrict" ]
  12. .I command
  13. .SH DESCRIPTION
  14. Dsz
  15. uses the YMODEM or ZMODEM error correcting batch protocol to transfer
  16. files over a serial port with a variety of programs.
  17. Dsz is designed to be called from a communications program or bulletin board
  18. to perform file transfers.
  19.  
  20. Dsz
  21. uses its own modem I/O.
  22. The original interrupt vector
  23. and UART interrupt configuration are restored on normal exit.
  24. Dsz expects its standard output to point to the console or a logging file,
  25. not a modem port.
  26. .PP
  27. The available commands are:
  28. .PP
  29. .PD 0
  30. .TP
  31. .B "port N"
  32. select port N (n = 1,2,3 or 4)
  33. Default is port 1 (COM1) or read from the
  34. .B DSZPORT
  35. dos environment variable.
  36. .TP
  37. .B "speed S"
  38. Set specified speed, default is current speed.
  39. .TP
  40. .B d
  41. Disables carrier dropout monitoring, for modems that do not properly
  42. drive the "Data Carrier Detect" input on the PC.
  43. .TP
  44. .B LARG
  45. Convert ARG to lowercase, then parse arg.
  46. .TP
  47. .B restrict
  48. Restrict pathnames to current disk and directory tree.
  49. .TP
  50. .B sz
  51. [-Vabnpr+y] [PREFIX=p | ONAME=n] afn ...
  52. .TP
  53. .B sb
  54. [-Vk] [PREFIX=p | ONAME=n] afn ...
  55. .TP
  56. .B rz
  57. [-Vabnpr+y]
  58. .TP
  59. .B rz
  60. [-Vabnpr+y] file1 file2 ...
  61. (filename override)
  62. .TP
  63. .B rb
  64. [-Vab+y]
  65. .TP
  66. .B rb
  67. [-Vab+y] file1 file2 ...
  68. (filename override)
  69. .TP
  70. .B -V
  71. Dsiplay debugging information.
  72. More V's give more detailed information.
  73. .PD
  74. .ne 6
  75. .SH EXAMPLES
  76. dsz sz -r b:zcom*.arc c:foo.bar
  77.  
  78. dsz port 2 speed 19200 restrict rz
  79.  
  80. dsz rz -y newprog.arc
  81. .SH SEE ALSO
  82. Consult the
  83. Professional-YAM manual
  84. or
  85. ZCOMMDOC.ARC
  86. chapter "Options for File Transfers"
  87. for option meanings.
  88. .SH NOTES
  89. Dsz sets the UART shift register to 8 bits no parity; the original parity
  90. setting is lost.
  91.  
  92. Dsz may be freely used and copied, but not modified or sold
  93. without the written permission of Omen Technology Inc.
  94.